C1.Silverlight.Extended.PropertyGrid Namespace / PropertyWrapper<T> Class
The value type being shown.
Members

PropertyWrapper<T> Class
The PropertyWrapper class is used to show value types and string types in the C1PropertyGrid collection editor.
Object Model
PropertyWrapper<T> Class
Syntax
'Declaration
 
Public Class PropertyWrapper(Of T) 
   Inherits PropertyWrapper
 
Type Parameters
T
The value type being shown.
Inheritance Hierarchy

System.Object
   C1.Silverlight.Extended.PropertyGrid.PropertyWrapper
      C1.Silverlight.Extended.PropertyGrid.PropertyWrapper<T>

See Also